/* @font-face {
  font-family:"SourceHanSansSC-Regular";
  src: url("../fonts/SourceHanSansSC-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansSC-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansSC-Regular.ttf") format("truetype"),
       url("../fonts/SourceHanSansSC-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansSC-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,html,*{ font-family:"SourceHanSansSC-Regular"!important;} */
body{
	background: #fff url(../img/topbg5.png) no-repeat center 47px;
}
.mode-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
	z-index: 9998;
}

.banner-cnt {
	float: left;
	position: relative;
	right: 50%;
}

.mode-inner {
	float: left;
	position: relative;
	left: 50%;
}

.mode-banner img {
	display: block;
	max-width: none;
	width: 1920px;
    height: 340px;
}

.layer-box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.jt-tits {
	margin-top: -8px;
	position: relative;
}

.roll {
	position: absolute;
	top: -45px;
	height: 36px;
	left: 160px;
}

.roll li {
	height: 36px;
	line-height: 36px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: block;
}

.infos {
	height: 0;
	overflow: hidden;
	width: 516px;
	float: left;
}

.roll-pic5 {
	width: 516px;
	float: left;
	overflow: hidden;
	position: relative;
}

.roll-pic5 img {
	display: block;
	width: 516px!important;
	height:399px!important;
	object-fit: cover;
}

.roll-pic5 .swiper-pagination {
	text-align: right;
	right: 10px;
	left: auto;
	width: auto;
}

.right-news {
	float: left;
	width: 550px;
}

.tit {
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #104fc1
}

.tabs {
	position: absolute;
	right: 0;
	top: 17px;
}

.tabs span {
	cursor: pointer;
	width: 96px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	background: #efefef;
	color: #000;
}

.tabs span.cr {
	background: #d22d26;
	color: #fff;
}

.hide {
	height: auto;
	overflow: hidden;
}


/*banner图及动画*/
.in-banner {
	/*background: #0066d8;*/
	background: url(../img/bg80.jpg) center 0 no-repeat !important;
	height: 114px;
	position: relative;
	overflow: hidden;
}

.H25 {
	height: 25px;
}

.bg {
	padding: 40px 0;
	height: 100%;
	overflow: hidden;
}
.bg2{padding: 25px 0;background-color: #f7f7f7;}
.inbg{
	padding: 25px 0;
}

/*星星闪烁动画*/

@keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-webkit-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-moz-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-ms-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 10000px 0;
	}
}

@-webkit-keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 10000px 0;
	}
}

@-moz-keyframes move-clouds-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 10000px 0;
	}
}

@-ms-keyframes move-clouds-back {
	from {
		background-position: 0;
	}

	to {
		background-position: 10000px 0;
	}
}

.stars,
.twinkling,
.clouds {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.stars {
	/*  background:url(../img/stars.png) repeat top center;*/
	z-index: 0;
}

.twinkling {
	background: transparent url(../img/twinkling.png) repeat top center;
	/* */
	z-index: 1;

	-moz-animation: move-twink-back 200s linear infinite;
	-ms-animation: move-twink-back 200s linear infinite;
	-o-animation: move-twink-back 200s linear infinite;
	-webkit-animation: move-twink-back 200s linear infinite;
	animation: move-twink-back 200s linear infinite;
}

.clouds {
	background: transparent url(../img/clouds4.png) repeat top center;
	z-index: 3;
	-moz-animation: move-clouds-back 200s linear infinite;
	-ms-animation: move-clouds-back 200s linear infinite;
	-o-animation: move-clouds-back 200s linear infinite;
	-webkit-animation: move-clouds-back 200s linear infinite;
	animation: move-clouds-back 200s linear infinite;
	display: none;
}

.earth {
	position: absolute;
	width: 180px;
	margin-left: -120px;
	top: 20px;
	left: 50%;
	z-index: 88;
	display: none;
}

.earth2 {
	position: absolute;
	left: 64%;
	z-index: 198;
	top: 48px;
	display: none;
}

.earth {
	-webkit-animation: ball 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
	animation: ball 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
	height: 50px;
	width: 50px;
}

.earth2 {
	-webkit-animation: ball 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
	animation: ball 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
	height: 50px;
	width: 50px;
	ananimation-delay: 300ms;
	-webkit-ananimation-delay: 300ms;
}


@-webkit-keyframes ball {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes ball {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.timgs {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 188;
	text-align: center;
	line-height: 134px;
}

.timgs img {
	-webkit-animation: tis 5500ms linear infinite;
	animation: tis 5500ms linear infinite;
}

.timgs2 {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 188;
	text-align: center;
	line-height: 134px;
}

.timgs2 img {
	-webkit-animation: tis2 5500ms linear infinite;
	animation: tis2 5500ms linear infinite;
}



@keyframes tis {
	0% {
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}

	20%,
	50% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}

	80%,
	100% {
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}

}

@-webkit-keyframes tis {
	0% {
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}

	20%,
	50% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}

	80%,
	100% {
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}

}

@keyframes tis2 {
	0%,
	50%,
	80% {
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}

	80%,
	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}

@-webkit-keyframes tis2 {
	0%,
	50%,
	80% {
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}

	80%,
	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}







.ad-lefts2 {
	float: left;
}


/*右侧外链*/
.ad-links {
	width: 218px;
	float: right;
}

.ad-links a {
	display: flex;
	align-items: center;
	background: #104fc1;
	overflow: hidden;
	margin-bottom: 20px;
	height: 84px;
	line-height: 84px;
	width: 100%;
}

.ad-links a img {
	vertical-align: middle;
}

.ad-links a span {
	width: 66px;
	display: inline-block;
	text-align: center;
}

.ad-links a em {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	flex: 1;
	text-align: center;
}

.ad-links a.linkbg1 img {
	/*-webkit-animation: ball_1 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;
	animation: ball_1 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;*/
}

.ad-links a.linkbg2 img {
	/*-webkit-animation: ball_2 5000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;
	animation: ball_2 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;*/
}

.ad-links a.linkbg3 img {
	/*-webkit-animation: ball_3 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;
	animation: ball_3 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;*/
}

.ad-links a.linkbg4 img {
	/*-webkit-animation: ball_4 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;
	animation: ball_4 3000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite;*/
}

.ad-links a.linkbg1,
.ad-links a.linkbg3 {
	background: #d30b15;
}
.ad-links a.linkbg1 em,
.ad-links a.linkbg2 em {
	font-size: 15px;
	padding-right: 5px;
}
.ad-links a:last-child{margin-bottom: 0;}
/* .pf-links{width: auto;float: none;}
.pf-links a{width: auto;line-height: 22px;margin-top: 10px;margin-bottom: 0;display: flex;align-items: center;justify-content: center;padding: 0 5px;}
.pf-links a.linkbg3{background: #5f90da;} */


@keyframes ball_1 {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes ball_2 {

	0%,
	25% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes ball_3 {

	0%,
	25%,
	50% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes ball_4 {

	0%,
	25%,
	50%,
	75% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes ball_1 {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes ball_2 {

	0%,
	25% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes ball_3 {

	0%,
	25%,
	50% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes ball_4 {

	0%,
	25%,
	50%,
	75% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

/*链接二*/
.mod-link2 {
	margin-right: -20px;
	text-align: center;
}

.mod-link2 a {
	width: 183px;
	height: 75px;
	line-height: 75px;
	background: #fff;
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: -2px 0 2px rgba(0, 0, 0, 0.06), 2px 0 2px rgba(0, 0, 0, 0.06), 0 -2px 2px rgba(255, 255, 255, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);

}

.mod-link2 a img {
	vertical-align: middle;
	margin-right: 18px;
	position: relative;
	z-index: 7
}

.mod-link2 a em {
	display: inline-block;
	/* min-width: 95px; */
	font-size: 16px;
	text-align: left;
	color: #333333;
	position: relative;
	z-index: 7
}

.mod-link2 a.link-6 em {
	/* min-width: 140px; */
}


.mod-link2 a.link-2,
.mod-link2 a.link-4,
.mod-link2 a.link-5,
.mod-link2 a.link-7 {}

.mod-link2 a img {
	transition: all 1s;
	-webkit-transition: all 1s;
}

.mod-link2 a:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.mod-link2 a:after {
	display: block;
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	width: 200%;
	height: 30px;
	opacity: .6;
	background: url(../img/cloud2.png) repeat-x bottom;
	background-size:auto 100%;
	animation: wave 8s linear infinite;
	animation-direction:alternate;
	-webkit-animation: wave 8s linear infinite;
	-webkit-animation-direction:alternate;
}




.mod-link2 a.link-1 em,
.mod-link2 a.link-5 em {
	/* min-width: 140px; */
}

.mod-link2 a.link-2 em,
.mod-link2 a.link-6 em {
	/* min-width: 100px; */
}

@keyframes wave {
	0% {
		left: 0;
	}
	100% {
		left: -285px;
	}
}

@-webkit-keyframes wave {
	0% {
		left: 0;
	}
	100% {
		left: -285px;
	}
}








@-webkit-keyframes updown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	66.6% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes updown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	66.6% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.porjects-rolls {
	overflow: hidden;
	position: relative;
	background: #ffffff;
	border: 1px solid #f7f7f7;
	padding: 25px;
}

.porjects-tits {
	font-size: 22px;
	text-align: center;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.porjects-tits::after{content: '';display: block;margin: auto;width: 87px;border-bottom: 2px solid #0f4ec0;margin-top: 8px;}
.porjects-box{position: relative;margin: 0 -25px;padding: 0 25px;}
.swiper-container-2 {
	overflow: hidden;
}

.swiper-container-2 .item-cell {
	text-align: center;
}

.porjects-rolls .pre,.porjects-rolls .next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.porjects-rolls .pre {
	left: 0;
}

.porjects-rolls .next {
	right: 0;
}

.pre em,
.porjects-rolls  .next em {
	display: none;
}

.pre:hover em,
.porjects-rolls  .next:hover em {
	display: block;
}

.pre:hover span,
.porjects-rolls  .next:hover span {
	display: none;
}

.logo5 {
	margin-right: 25px;
	/*vertical-align: middle;*/
	position: relative;
	/*top: 2px;*/
}

.logo5 img {
/*	transition: all 500ms;
	-webkit-transition: all 500ms;

	animation: ani 4s linear infinite;
	-webkit-animation: ani 4s linear infinite;*/
}

@keyframes ani {
	0% {}

	70% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}

	100% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}


}

@-webkit-keyframes ani {
	0% {}

	70% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}

	100% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
.sign{position: absolute;right: 3%;top: 66px;}
.sign dl:nth-child(2){padding-left: 60px;}
.sign dd {
	float: left;
	color: #d30b15;
	font-size: 30px;
	line-height: 1.8;
	text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
	opacity: 0;
	transform: translate(-150px, 0) scale(.5);
  animation: leftRight 15s infinite 1s;
  font-family: "楷体" !important;
  font-weight: bold;
  margin: 0 10px;
}
.sign dl:nth-child(1) dd:nth-child(2){
	animation-delay:2s
}
.sign dl:nth-child(2) dd:nth-child(1){
	animation-delay:3s
}
.sign dl:nth-child(2) dd:nth-child(2){
	animation-delay:4s
}


@keyframes leftRight {
  2% {
    transform: translate(30px, 0) scale(.7);
    opacity: 1;
    color: #eee;
  }
  6% {
	transform: translate(0) scale(1);
	opacity: 1;
    color: #d30b15;
  }
  70% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
  75% {
    transform: translate(-50px, 0) scale(.5);
    opacity: 0;
  }
  100% {
    
  }
}

.ani-cc {
	position: absolute;
	right: 0;
	width: 65%;
	top: 140px;
	opacity: 0;
	animation: ani_1 1s linear 1 forwards;
	-webkit-animation: ani_1 1s linear 1 forwards;
}

.head-bg {
	bottom: -100px;
	opacity: 0;
	animation: ani_2 500ms linear 1 forwards;
	-webkit-animation: ani_2 500ms linear 1 forwards;
	animation-delay: .5s;

}

/* .ani-3 {
	position: absolute;
	left: 0;
	bottom: -20px;
	opacity: 0;
	animation: ani_2 500ms linear 1 forwards;
	-webkit-animation: ani_2 500ms linear 1 forwards;
	animation-delay: 1.8s;
    width: 28.2%;
}

.ani-4 {
	position: absolute;
	left: 8%;
	bottom: -30px;
	width: 20.83%;
	z-index: 500;
	opacity: 0;
	animation: ani_3 300ms linear 1 forwards;
	-webkit-animation: ani_3 300ms linear 1 forwards;
	animation-delay: 2s;

}

.ani-5 {
	position: absolute;
	right: 23.3%;
	bottom: -20px;
	width: 12.8%;
	z-index: 500;
	opacity: 0;
	animation: ani_2 500ms linear 1 forwards;
	-webkit-animation: ani_2 500ms linear 1 forwards;
	animation-delay: 1.5s;

}

.ani-6 {
	position: absolute;
	right: 52.3%;
	bottom: 2%;
	width: 20.5%;
	z-index: 100;
	opacity: 0;
	animation: ani_2 500ms linear 1 forwards;
	-webkit-animation: ani_2 500ms linear 1 forwards;
	animation-delay: 1s;

} */

/*.headers img{ max-width: 100%;}*/


/* @keyframes ani_1 {
	0% {
		opacity: 0;
		top: 140px;
		right: -120px;
	}

	100% {
		opacity: .7;
		top: 140px;
		right:3%;
	}

}

@-webkit-keyframes ani_1 {
	0% {
		opacity: .7;
		top: 120px;
		right: -120px;
	}

	100% {
		opacity: 1;
		top: 120px;
		right:3%;
	}
}

@keyframes ani_2 {
	0% {
		opacity: 0;
		bottom: -100px;
	}

	100% {
		opacity: 1;
		bottom: -10px;
	}

}

@-webkit-keyframes ani_2 {
	0% {
		opacity: 0;
		bottom: -100px;
	}

	100% {
		opacity: 1;
		bottom: -10px;
	}
}

@keyframes ani_3 {
	0% {
		opacity: 0;
		left: 0%;
	}

	100% {
		opacity: 1;
		left: 8%;
	}

}

@-webkit-keyframes ani_3 {
	0% {
		opacity: 0;
		left: 0%;
	}

	100% {
		opacity: 1;
		left: 8%;
	}
} */


/*新加*/
.htop{
	border-bottom:1px solid #1ba9f1;
	background-color: #f7f7f7;
	line-height: 46px;
	/* color: #fff; */
}
.htop a{/* color: #fff; */margin: 0 6px;}
.headers {
	height: 260px;
	position: relative;
	

}

.head-bg {
	z-index: 120;
	position: absolute;
	width: 100%;
	text-align: right;
	right: 0;
}

.head-bg img {
	width: 80.4%;
}

.wraps {
	width: 1200px;
	margin: 0 auto 0 auto;
	padding-top: 68px;
	position: relative;
}

.headers>.wraps img{width:auto;max-width: 390px;}
.logo5 img{ max-width:100px;}
.text2 {
	width: 498px;
	position: absolute;
	top: 135px;
	right: 25px;
	z-index: 99;
	height: 250px;
}


.text20 {
	width: 0;
	overflow: hidden;
	animation: anitext2 1s linear 0s 1 forwards;
	-webkit-animation: anitext2 1s linear 0s 1 forwards;
}

.text2 {
	overflow: hidden;
}

@keyframes wave2 {
	0% {
		background-position: center 47px;
	}

	100% {
		background-position: 100% 47px;
	}

}

@-webkit-keyframes wave {
	0% {
		background-position: center 47px;
	}

	100% {
		background-position: 100% 47px;
	}
}



@keyframes anitext2 {
	0% {
		width: 0;
		opacity: 0;
	}

	100% {
		width: 498px;
		opacity: 1;
	}

}

@-webkit-keyframes anitext2 {
	0% {
		width: 0;
		opacity: 0;
	}

	100% {
		width: 498px;
		opacity: 1
	}
}

/*.headers:after{ z-index: 9; content: ""; bottom:65px; display: block; opacity: .9;
width:68000px; height: 80px; background: url(../img/cloud2.png) repeat-x bottom;background-size:285px auto;animation: wave 8s linear 0s infinite alternate;-webkit-animation: wave 8s linear 0s infinite alternate; position: absolute;
}*/

.H10 {
	height: 15px;
}


/*导航以及搜索*/
.nav-wrap{ background:#104fc1; position: relative; z-index: 8998; height: 60px;}
.mod-nav{ width:1000px;float: left;/* padding-right: 28px; */position: relative;}
/* .mod-nav ul li a{ color:#fff; font-size: 16px; line-height: 34px;}
.mod-nav ul li{ display: block; float: left; margin: 0 30px;}
.mod-nav ul li a{ color: #fff; text-align: center; display: inline-block;line-height: 34px; min-width: 102px; 
margin-bottom: 3px;}
.mod-nav ul li.cr a,.mod-nav ul li a:hover{background: #0485fa;} */
.mod-nav .mod-nav-con{line-height: 60px;background:#104fc1;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}
.mod-nav li{display:inline-block;vertical-align:top;padding: 0 19.5px;font-size:16px;text-align:center;position:relative}
.mod-nav li a{display:block;width:100%;height:100%}
.mod-nav li span{color:#fff}
.mod-nav li .li-con{display:none;font-size:16px;line-height:1.2;border-top:1px solid #eee;position:absolute;left:0;background-color:#104fc1;width:100%;}
.mod-nav li .li-con a{padding: 10px 0;}
.mod-nav li .li-con a:hover{background-color: #0485fa;}
.mod-nav .select-span{position:relative;top:-8px;background-color:#104fc1;box-shadow:0 0 10px 2px rgba(0,0,0,.2);-webkit-animation:margin-top .2s;animation:margin-top .2s}
.mod-nav .select-span:after{content:"";width:0;height:0;border:8px solid transparent;border-bottom:10px solid #013ca8;position:absolute;top:0;right:0;transform:translate(50%,-45%);z-index:-1}
@-webkit-keyframes top-right-nav-li-con{0%{margin-top:20px;opacity:0}to{margin-top:10px;opacity:1}}
@keyframes top-right-nav-li-con{0%{margin-top:20px;opacity:0}to{margin-top:10px;opacity:1}}
@-webkit-keyframes margin-top{0%{top:0}to{top:-8px}}
@keyframes margin-top{0%{top:0}to{top:-8px}}
.search-w{float:right; padding-top:15px;width:150px;}
.search-in{position:relative; padding-right: 28px;}
.search-in input{ width:122px; height:25px; background:#fff; box-sizing:border-box; padding:0 10px; border:none;}
.search-in .btn{ background: #0485fa;border: 0; text-align: center; line-height: 25px; width:28px; height:25px; position: absolute; right: 0; top: 0;}
.search-in .btn:after{ font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e600"; color: #fff;}

.roll-pic5 .tit{ background:rgba(0,0,0,.8); }

/*文件公告*/
.com-tits{line-height: 50px;height: 50px;border-bottom: 1px solid #dddddd;}
.com-tits span{float: left;display: inline-block; font-size:18px; color:#104fc1; font-weight:bold;position: relative;}
.com-tits span::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color: #3372e4}
.com-tits a{ float: right; color: #999999;}
.right-news .mod-newlists-1 { padding-top: 5px;}
.right-news{ background:#fff; height:399px;width: 684px;padding: 0 25px 0 36px;  box-sizing:border-box;}
.mod-newlists-1 li{ line-height: 40px; height: 40px; overflow: hidden;position: relative; padding-right: 46px; padding-left: 15px}
.mod-newlists-1{ margin-top: 10px;}
.mod-newlists-1 li a:hover{ color:#104fc1;}
.mod-newlists-1 li h1{font-weight: normal;font-size: 15px;}
.mod-newlists-1 li h1 a{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;}
.mod-newlists-1 li span{position: absolute;right: 0;top: 0;font-size: 15px;  color:#999;}
.mod-newlists-1 li:after{ content: ""; display: block; width: 5px; height: 5px; background: #cccccc; border-radius:5px; position: absolute; left: 0; top:16px;}

/*协会新闻*/
.wrap-layer1{ background:#fff;/* padding: 15px; */box-sizing: border-box;width: 516px;float: left;margin-right: 36px;}
.wrap-layer1 .mod-newlists-1 li{ line-height: 38px; height: 38px;}
.wrap-layer2{width: 394px;}
.wrap-layer3{width: 582px;padding: 5px 25px 10px;}
.wrap-layer3:last-child{margin-right: 0;}
.wrap-layer2 .mod-newlists-1 li span{ display: none;}
.wrap-layer2 .mod-newlists-1 li{ padding-right: 0;} 

/*工程展示*/
.swiper-container-2 .item-cell>a{ position: relative; display:inline-block;overflow: hidden;width: 96%;}
.swiper-container-2 .item-cell h5{ color: #fff; background: rgba(0,0,0,.5); position: absolute;  left: 0; right: 0; bottom: 0; padding: 5px 8px; box-sizing: border-box; font-size: 15px;font-weight: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.swiper-container-2 .item-cell img{display: block;height: 185px !important;object-fit: cover;transition: all 0.5s;width: 100%;}
.swiper-container-2 .item-cell:hover img{ transform: scale(1.2);}

.friend-link{background-color: #0f4ec0;padding: 10px 0;color: #fff;}
.friend-link a{color: #fff;}
.friend-link .layer-box{vertical-align: middle;}
.friend-link span{float: left;line-height: 48px;}
.friend-link ul{width: calc(100% - 76px);}
.friend-link ul,.friend-link li{float: left;line-height: 24px;}
.friend-link li{width: 24%;padding-left: 1%;}

.footer{ background-color: #ededed;text-align: center;padding-top: 25px;padding-bottom: 20px;}
.layer-box{position: relative;}
.footer .mod-copys p{line-height: 1;}
.footer .mod-copys span{margin: 0 20px;font-size: 13px;}

.mod-ewm{position: absolute;top:0;z-index: 9999;width: 120px;}
.mod-ewm .img{width:74px;}
.mod-ewm img{display:block;width:100%;height:auto;}
.mod-ewm .text{font-size: 13px;text-align: left;line-height: 1.6;letter-spacing: 3px;writing-mode:vertical-lr}
.mod-ewm.mod-ewm-l{left: 0;}
.mod-ewm.mod-ewm-l .img,.mod-ewm.mod-ewm-l .text{float: left;}
.mod-ewm.mod-ewm-r{right: 0;}
.mod-ewm.mod-ewm-r .img,.mod-ewm.mod-ewm-r .text{float: right;}

/*左侧内页*/
.layer-3{width:240px; float:left;}
.inner-navlefts{ background: #fff; min-height: 300px;}
.location{float: right;}
.location a{color:#666; font-size:16px;}
.location span,.location a:last-child{color:#0485fa; font-weight: bold;}
.location a:hover{color:#0485fa}

/*左侧导航*/
.navstit{background:#104fc1; height:50px; line-height:50px; color: #fff; padding-left:30px; font-size: 20px;}
.inner-navlefts li{  padding: 15px 15px 15px 26px; border-left: 3px solid transparent; font-size: 16px; border-bottom: 1px solid #f2f2f2;}
.inner-navlefts li a{ color: #333;}
.inner-navlefts li.cr a,.inner-navlefts li:hover a{ color: #0485fa; font-weight: bold;}
.inner-navlefts li.cr,.inner-navlefts li:hover{ border-left: 3px solid #0485fa;}
.inner-navlefts li ul{ display: none;}
.inner-navlefts li.cr ul{ margin-top: 8px; display: block;}
.inner-navlefts li.cr ul li{ border-bottom: none; padding-top: 5px; padding-bottom: 5px;}
.inner-navlefts li.cr ul li a{ color: #666; font-weight: normal; font-size: 14px;}
.inner-navlefts li.cr ul li:hover,.inner-navlefts li.cr ul li{border-left: 3px solid transparent;}
.inner-navlefts li.cr ul li a:hover,.inner-navlefts li.cr ul li.cr a{ color: #0485fa;}

.layer-4{ width: 940px; float: right;}
.lay-cnt{background:#fff; padding: 15px 35px 35px 35px; min-height: 300px;}
.cms-box{padding-bottom:10px;  border-bottom:1px solid #f5f5f5; margin-bottom: 20px;line-height: 30px;}
.cms-tit{font-size:18px;display: inline-block;color:#104fc1; font-weight:bold;BORDER-left: #104fc1 4pt solid;text-indent: 10px;}
.mazs-wrap {/* margin-right:-100px; */}
.mazs-wrap .item-cell{/* height: 205px; */width: 33.3333%;/* margin-right:100px; */float: left;margin-bottom: 10px;display: flex;}

.mazs-wrap .item-cell .item-pic{ width: 150px; float: left; margin-right: 25px; }
.mazs-wrap .item-cell .item-cnt{flex: 1;}
.mazs-wrap .item-cell .item-tit{ padding: 20px 0 5px 0;}
.mazs-wrap .item-cell .item-tit a{ color: #222222; font-size: 20px;}
.mazs-wrap .item-cell .item-date{/* padding-bottom: 85px; */font-size: 14px;color: #888888;}
.mazs-wrap .item-cell .item-desc a{ height:25px; display:inline-block;  margin-right:20px; font-size: 14px;}
.mazs-wrap .item-cell  a.view-1{background: url(../img/ico_1.png) 0 center no-repeat; padding-left: 24px;}
.mazs-wrap .item-cell  a.down-1{background: url(../img/ico_2.png) 0 center no-repeat; padding-left: 24px;}

/*新闻列表2*/
.mod-new-4{ margin-bottom: 35px;}
.mod-new-4 li{ line-height: 30px; height: auto; border-bottom: 1px solid #eee;padding: 0.3rem 0;}
.mod-new-4 li .top{padding-right: 86px;position: relative;line-height: 38px;}
.mod-new-4 li .des{font-size: 13px;color: #999;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.mod-new-4 li .btn{color: #999;font-size: 13px;}
.mod-new-4 li::after{display: none;}

/*新闻最终页*/
.newsInfo .content h6{ color: #000;  font-size:22px; text-align: center; margin-bottom: 25px;}

.newsInfo {
  padding: 0 20px 20px 20px;
/*  min-height: 300px;*/
/*  _heihgt: 300px;*/ }

.newsInfo h3 {
  font: bold 30px/40px "\5FAE\8F6F\96C5\9ED1";
  text-align: center;color:#333;
padding-bottom:15px;
 }

.newsInfo .source {
background-color: #f6f6f6
  /* border-bottom: 1px solid #ededed;*/ }

.newsInfo .source ul {
  text-align: center; }

.newsInfo .source li {
  display: inline;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  color: #aaa;
  font-size: 14px; }
.newsInfo .source li span{color: #aaa;}
.newsInfo .content {
  margin: 10px 0 0 0;
  min-height:100px;
  _height:100px; 
}

.newsInfo .content p, .newsInfo .content *, .newsInfo .content  {
 line-height: 1.8;
 /* font-size: 16px !important; */
 font-family: "宋体"!important;
 text-align: justify;
 text-justify: distribute;
 /*color: #333; */
 }
.newsInfo .content p{padding: 0 0 1em 0; }
.newsInfo .content table{margin: 0 auto;}
.newsInfo .content img{height: auto !important;}
.newsInfo .content video{ width: 90%; height: auto !important;}
.share-wrap *,.share-wrap{ display: inline-block!important; line-height: 100%; height:22px; overflow: hidden;}


.acticles{ margin-top:25px;}
.acticles .content{ padding:0 0 0 0;}
.acticles .content *,.acticles .content { color: #333; line-height: 22px;}

.layer-5,.layer-6{ width: 585px; height: 330px; padding: 15px 20px; margin-bottom:30px; box-sizing: border-box; float: left;background: #fff; }
.layer-6{ float: right;}
.layer-6 .mod-newlists-1 li,.layer-5 .mod-newlists-1 li{ line-height: 38px; height: 38px;}
.paty-links{ margin: 45px 10px 0 10px; }
.paty-links .item-cell{ float: left; width: 252px; height: 90px; margin:0 0 20px 0}
.paty-links .item-cell a{width: 252px; height: 90px; display: block; box-sizing: border-box; background:url(../img/party_bg1.jpg) no-repeat;text-align: center; padding-top: 24px; color: #fff;}
.paty-links .item-2 a,.paty-links .item-4 a{background:url(../img/party_bg2.jpg) no-repeat;  }
.paty-links .item-2,.paty-links .item-4{  float: right;}
.paty-links .item-cell a h3{ font-size: 16px; padding-bottom: 3px;}
.paty-links .item-cell a span{ display: inline-block; width: 180px; text-align: left;background:url(../img/mores4.png) 60px center no-repeat; }

.paty-links .item-1 a span,.paty-links .item-3 a span{width: 150px;}

.lay-cnt .close{
	width: 90px;
	height: 39px;
	margin: auto;
	display: block;
	font-size: 16px;
	background-color: #0485fa;
	line-height: 39px;
	text-align: center;
	color: #fff;
	border: 0;
}

/*领导简介*/
.leaders-wrap{ }
.leaders-wrap .item-cell{ text-align: center;  width:28%; margin: 0 2.5% 30px 2.5%; box-sizing: border-box; float:left; }
.leaders-wrap .item-cnt{ }
.leaders-wrap .item-pic { height: 190px; overflow:hidden;}
.leaders-wrap .item-pic img{  display: inline-block;height:auto; width:auto;}
.leaders-wrap .item-tit *,.leaders-wrap .item-tit{ font-size: 18px; color: #000; }
.leaders-wrap .item-tit{ margin:10px 0 10px 0; }
.leaders-wrap .item-desc{ height: 42px; overflow: hidden;}
.leaders-wrap .item-desc *,.leaders-wrap .item-desc{font-size:14px; color:#999}

.close8{  text-align: right; display: block; padding-right: 10px; margin-top: -5px; position: relative; top: 7px;}
.links2{ padding-top: 30px;}
.links2 a{ margin-right: 50px; font-size: 16px; margin-bottom: 20px; border: 1px solid #eee; border-radius: 5px; padding: 8px 30px; white-space: nowrap; display: inline-block;}
.links2 a:hover{ background: #bc141c; color: #fff;}
#dituContent{ margin: 0 auto;}
.empty-date{text-align:center; margin:60px 0; color:#104fc1;}

.map-cnts img{ max-width:none;}
.BMap_Marker{  display: none;}

.ani-7{ position: absolute; right: 0; width: 25%;bottom:10px; z-index: 9;
	animation: ani_8 500ms linear 1 forwards;
	-webkit-animation: ani_8 500ms linear 1 forwards; opacity: 0;
	animation-delay: 2s;
}

@keyframes ani_8 {
	0% {
		opacity: 0;
		bottom:-10px;
		right: 20px;
	}

	100% {
		opacity: .8;
		bottom:10px;
		right:0;
	}

}

@-webkit-keyframes ani_8 {
	0% {
		opacity: 0;
		bottom:-10px;
		right: 20px;
	}

	100% {
		opacity: .8;
		bottom:10px;
		right:0;
	}
}



/*留言表单*/
.frm-wraps{ margin-top: 60px;}
.frm-wraps .frm-cells{ position: relative; padding-left: 100px; min-height: 30px; margin-bottom: 20px;}

.frm-wraps .frm-cells span{ position: absolute; left: 0; top: 0;}
.frm-wraps .frm-cells input{  border: 1px solid #ddd; width:240px; height:30px; line-height: 30px; padding: 0 10px;}

.frm-wraps .frm-cells textarea{ border: 1px solid #ddd; width:350px;  min-height:120px; padding: 10px;}
.f-btns{ padding-left: 100px;}
.f-btns a{ display:block; height:35px; line-height:35px; color: #fff; text-align: center;width:100px;  background:#104fc1;}

/*--------message start------*/
.RNT01_01 .NT01 { width:100%; color:#333; margin:0; font-size:12px;padding: 0;}
.RNT01_01 .NT01 .cell{width:100%; margin-bottom:18px;  }
.RNT01_01 .NT01 .cell table{ border-left: 1px solid #D2D2D2;  border-top: 1px solid #D2D2D2;  margin-bottom: 16px; }
.RNT01_01 .NT01 .cell td{ line-height: 160%;  border-bottom: 1px solid #D2D2D2;  border-right: 1px solid #D2D2D2;   padding: 2px 0 0 12px;}
.RNT01_01 .NT01 .cell .Name{  height:30px; line-height:30px; padding-left:10px; border:1px solid #e5e4e4;border-top:2px solid #999; border-bottom:none; background:#FCFCFC; color:#333;  }
.RNT01_01 .NT01 .cell .Name .NameCss{   padding:0 10px 0 0px; color:#104fc1; font-weight:normal;font-weight:bold;}
.RNT01_01 .NT01 .cell .topContent{ border:1px solid #e4e4e4;  }
.RNT01_01 .NT01 .cell .topContent .topic{   border-bottom:1px solid #eee; padding:10px 0px 5px 0px; margin:0 10px;  }
.RNT01_01 .NT01 .cell .topContent .topic span{color:#000; font-weight:bold;    }
.RNT01_01 .NT01 .cell .topContent .message_cnt{ margin:10px;  color:#000;  }
.RNT01_01 .NT01 .cell .topContent .answer{  margin:5px; padding:5px; background: #f4f4f4; border:none;color:#000;  }
.RNT01_01 .NT01 .cell .topContent .answer span{color:#000; font-weight:bold;  }


/*分支机构*/
.sub-logo{ float:left; margin-bottom: 15px; min-height: 80px; line-height: 80px; font-size: 28px;  font-weight: bold;}
.sub-menus{ float: right; text-align: right; padding-top:25px; margin-right: 25px;}
.sub-menus *{ display: inline-block; font-size: 16px;}
.sub-menus li{ margin-left: 40px;}
.sub-menus li.cr *,.sub-menus li a:hover{ color: #bb141c;}
.party-text2{ position: absolute; color: #c4121e; font-size:32px; font-weight: bold;right: 21%; top: 33%; z-index: 99;
 background: url(../img/line_red.png) 0 bottom no-repeat; padding-bottom:45px;
}

.layer-7{ background: #fff;padding: 15px 20px;
margin-bottom: 30px;box-sizing: border-box;}

/*文件公告列表*/
.mod-newlists-6{ margin-right: -100px;}
.mod-newlists-6 li{ width: 415px; margin-right: 100px; float: left;}

.mod-pic-2{ margin-top: 20px; margin-right: -25px; }
.mod-pic-2 .item-cell{ width: 263px; float: left; margin-right: 25px; margin-bottom:15px;}
.mod-pic-2 .item-cnt{ }
.mod-pic-2 .item-pic { width: 100%; height: 185px; overflow: hidden;}
.mod-pic-2 .item-pic img{  height: 100%!important; width: 100%!important;transition: all 1s;object-fit: cover;}
.mod-pic-2 .item-tit *{ font-size: 16px; }
.mod-pic-2 .item-tit{ text-align: center; margin-top: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.lay-cnt .com-tits{padding-bottom:10px;  border-bottom:1px solid #f5f5f5; margin-bottom: 20px;}
.mod-user .item-pic{height: 298px;}
.mod-pic-2 .item-pic:hover img{transform: scale(1.2);}

/*图片内容*/
.content .big-pic{ text-align:center; border:1px solid #ededed; background-color:#fafcfe; position: relative}
.content .big-pic #big-pic{vertical-align:middle;*display:block; overflow:hidden;*font-size:480px; width:100%;}
.content .big-pic #big-pic img{width: 100% !important; height: 100% !important; display: block;}
.content .big-pic .max{ position:absolute; bottom:0px; right:0px;background: #FFF url(../img/v9/max.png) no-repeat 5px center; z-index:101; padding:5px 5px 5px 20px}
.photo_prev{position:absolute;left:0;top:0;width:50%;height:100%;z-index:100}
.photo_next{ position:absolute; right:0; top:0; width:50%; height:100%; z-index:100}
.photo_prev a,.photo_next a{background-image: url(../img/blank.gif);display:block; width:100%; height:100%; outline:none;}

.content .list-pic{ padding:22px 0 16px; height:100px}
.content .cont{overflow:hidden; float: left; width:795px; height:80px}
.content .cont li{ float:left; width:80px; text-align:center; display:block; overflow:hidden}
.content .cont li .img-wrap{width:55px; height:75px; margin:0 auto;}
.content .cont li .img-wrap a{*font-size:55px;width:100px; height:75px;outline: medium none;}
.content .cont li.on .img-wrap{ border:2px solid #ffb017}
.content .list-pic .pre,.content .list-pic .next{float:left; display:block; position:relative;background: url(../img/v9/pic_bg.png) no-repeat;width:110px;height:86px; text-align:center}
.content .list-pic .pre{ left:-8px;top:-3px; margin-right:14px}
.content .list-pic .next{ right:-8px; float:right;top:-3px}
.content .list-pic .pre .img-wrap,.content .list-pic .next .img-wrap{width:102px; height:72px;border:none; padding:4px 0 8px}
.content .list-pic .pre .img-wrap a,.content .list-pic .next .img-wrap a{*font-size:53px;width:98px; height:72px; padding:0px 5px 0 4px;*padding:0px 5px 5px 0px }
.content .list-pic .pre .img-wrap a:hover,.content .list-pic .next .img-wrap a:hover{ background:none}
.content .list-pic .next{ right:-8px; float:right;bottom:-2px}
.content .pre-bnt,.content .next-bnt{margin-top:3px;cursor: hand;!important;cursor: pointer}
.content .pre-bnt,.content .next-bnt,.content .pre-bnt span,.content .next-bnt span{background: url(../img/v9/big-btn.png) no-repeat; display:block; width:17px; height:69px; float:left;}
.content .pre-bnt:hover, .content .next-bnt:hover,.content .pre-bnt-on,.content .next-bnt-on{background-position: 0 -78px;}
.content .pre-bnt span{background-position: -30px top;}
.content .pre-bnt:hover span,.content .pre-bnt-on span{background-position: -30px -78px;}
.content .next-bnt span{background-position: -55px top;}
.content .next-bnt:hover span,.content .next-bnt-on span{background-position: -55px -78px;}
/* endSelect */
#endSelect{top:290px;left:333px;position:absolute;width:230px;height:71px;border:1px solid #8a8a8a;display:none;z-index:200;}
#endSelect .bg{height:100%;width:100%;background:#000;filter:Alpha(Opacity=50);opacity:0.5;}
#endSelect .E_Cont{position:absolute;top:10px;left:26px;color:#fff;font-size:14px;}
#endSelect .E_Cont p{padding:4px 0;zoom:1;overflow:hidden;}
#rePlayBut,#nextPicsBut,#endSelect #endSelClose{background:url(../images/v9/big-btn.png) no-repeat}
#rePlayBut{float:left;width:69px;height:23px;background-position: 0px -167px;}
#nextPicsBut{float:left;width:97px;height:23px;background-position: -100px -167px;margin-left:10px;}
#endSelect #endSelClose{background-position: 0px -217px;position:absolute;top:3px;right:3px;cursor:pointer;width:11px;height:11px;overflow:hidden;z-index:2;}
.graphiclist {margin-top: 10px;}
.graphiclist li {display: block; overflow: hidden;margin-bottom: 26px;padding-bottom: 26px;border-bottom: 1px solid #eee;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li:last-child {margin-bottom: 0px;}
/*.graphiclist li:hover {background: #fff;padding: 30px;border-radius: 5px;
    -webkit-box-shadow: 0px 3px 30px rgba(212, 223, 236, 0.6);
    box-shadow: 0px 3px 30px rgba(212, 223, 236, 0.6);
}*/
.graphiclist li h2 { margin:0 0 14px 0;font-weight: 700;font-size:16px;line-height:1.5; color:#0f4ec0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.graphiclist li a:hover h2 { text-decoration:underline;}
.graphiclist .news-img {margin-right: 30px;overflow: hidden;}
.graphiclist .news-img a {border:#e4e4e4 solid 1px;}
.graphiclist .news-img img { width: 226px; height: 151px;object-fit: cover;
transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
}
.graphiclist li a:hover .news-img img {transform: scale(1.1);}
.graphiclist .news-txt p { line-height: 1.7; font-size: 14px; margin: 0px; color:#737373;overflow:hidden;padding-bottom: 0;}
.graphiclist .news-txt i { font-family: Arial;font-size: 15px; margin: 13px 0 0 0; color:#98a1bf; display:block;padding: 0 5px 0 0;font-style: normal;line-height: 1.1;text-align: right;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#004ea2;}
@media (max-width: 991px) {
	.graphiclist .news-img{ margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 156px; height: 104px;}
	.graphiclist .news-txt p {overflow: initial;}
	.graphiclist li h2 {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
	.graphiclist li h2 {}
	.graphiclist li h2 {font-weight: normal;font-size: 15px;line-height: 1.4;}
	.graphiclist .news-img img{ width: 141px; height:94px;}
	.graphiclist .news-txt i{font-size: 13px;}
}
@media (max-width: 320px) {
	.graphiclist .news-img img{ width: 104px; height:69px;}
}
/* 新闻上一条 下一条 */
.gap_7{margin:0 -8px}
.gap_7 span{margin:0 8px}
.tab_qh{margin-top:30px;margin-bottom: 30px;display: flex;flex-wrap: wrap;}
.tab_qh span {display:block;background:#f5f5f5;padding:25px;height: 100%;box-sizing: border-box;}
.tab_qh span a{line-height:1.2;overflow:hidden;}
.flex_2{width:50%}


@media (max-width: 1240px){
	.layer-box{width: 1024px;}
	.mod-nav{width: 858px;}
	.mod-nav li{padding: 0 10.5px;}
	.infos,.roll-pic5,.wrap-layer1{width: 482px;}
	.right-news{width: 542px;padding: 0 20px 0 25px;}
	.wrap-layer1{margin-right: 25px;}
	.wrap-layer2{width: 332px;}
	.wrap-layer3{width: 499px;}
	.ad-links{width: 160px;}
	.layer-3{width: 200px;}
	.layer-4{width: 810px;}
}